This trigger fires when a new document is added to a Google Drive folder. Note: only works for docs created after the Applet is turned on.
- API endpoint slug
- google_docs.new_document
Trigger fields
- Label
- Drive folder path
- Helper text
- Format: folders separated by "/" like "Documents/Photos/Receipts." If blank, will look for files added to "My Drive."
- Slug
- path
- Required
- true
- Can have default value
- true
Ingredients
- Slug
- created_at
- Filter code
- GoogleDocs.newDocument.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
- Slug
- document_url
- Filter code
- GoogleDocs.newDocument.DocumentUrl
- Type
- Web URL
- Example
- https://docs.google.com/document/d/1rjj18j2QxgXqS_ylk22j0_htn_UQ4kT-dlVGi8rsQd8/edit
- Slug
- name
- Filter code
- GoogleDocs.newDocument.Name
- Type
- String
- Example
- Poems
- Slug
- path
- Filter code
- GoogleDocs.newDocument.Path
- Type
- String
- Example
- /IFTTT/Memos
- Slug
- body
- Filter code
- GoogleDocs.newDocument.Body
- Type
- String
- Example
- Great weather conditions in the Bay Area
- Slug
- body_html
- Filter code
- GoogleDocs.newDocument.BodyHtml
- Type
- String
- Example
- <body><p>Great weather conditions in the Bay area</p></body>